home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-08-16 | 509 b | 18 lines | [TEXT/MPS ] |
- # This script uses a combination of MPW scripts and AppleEvents sent to CodeWarrior
- # to build the ODF Static libraries (debug build).
- #
- # This script also assumes that you have placed UserStartup•ODF in your MPW folder.
-
- ##### Resources and SOM
-
- "{ODF}CWPPCDebug:BuildExtras" Metrowerks SOM
-
- ##### CodeWarrior projects - static libraries
-
- Directory "{ODF}CWPPCDebug:"
- For project In ODFRuntime ODUtils ODFFoundation ODFOS ODFFramework
- Echo "Building {project}"
- FWBuildCW "{ODF}CWPPCDebug:{project}.π"
- End
-
-